home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Resources / Mission15Strings.script < prev    next >
Text File  |  2002-07-04  |  1KB  |  40 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. //
  11. //  Mission strings
  12. //
  13.  
  14. class CSurvivalMission_Strings
  15. {
  16.   final static array m_MissionObjectives = array(
  17.       "Zastavit nebo zneÜkodnit nacistickΘ sφly v mφst∞ k°i₧ovatky v oblasti Benghazi",
  18.       "ZniΦit zßsobu munice v Zillahu"
  19.     );
  20.  
  21.   final static array m_BonusMissionObjectives = array(
  22.       "ZniΦit vÜechny nacistickΘ jednotky v okolφ silnice Tobruk-Zillah."
  23.     );
  24.  
  25.   final static string str_StatisticsTitle = "PoΦet zniΦen²ch nep°ßtelsk²ch jednotek: ";
  26.  
  27.   final static array m_NavigationPoints = array(
  28.       "K°i₧ovatka v Benghazi",
  29.       "K°i₧ovatka v Al-Bwairat",
  30.       "Zillah",
  31.       "Tobrug"
  32.     );
  33.  
  34.   final static string str_TobruqPatrol   = "NacistΘ vstoupili do Tobrugu";
  35.   final static string str_AqaliaPatrol   = "NacistΘ vstoupili do Al-Aqalie";
  36.   final static string str_BenghaziPatrol = "NacistΘ vstoupili do Benghazi";
  37.   final static string str_GermanConvoyRichThePoint = "Mise byla ne·sp∞Ünß: NacistΘ postoupili.";
  38. }
  39.  
  40.